home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00013.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  220 b   |  21 lines

  1. on enterFrame
  2.   updateStage()
  3. end
  4.  
  5. on mouseDown
  6.   if the clickOn = 20 then
  7.     BUTTONDOWN()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   if the clickOn = 20 then
  13.     RETURNBUTTON()
  14.   end if
  15. end
  16.  
  17. on exitFrame
  18.   global fixpal
  19.   pause()
  20. end
  21.